testing.chattyPrinter.prefix (method)

8 uses

	testing (current package)
		benchmark.go#L249: 		fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), b.name, b.output)
		benchmark.go#L264: 			fmt.Fprintf(b.w, "%s--- %s: %s\n%s", b.chatty.prefix(), tag, b.name, b.output)
		benchmark.go#L771: 				fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), benchName, b.output)
		benchmark.go#L786: 				fmt.Fprintf(b.w, "%s--- BENCH: %s\n%s", b.chatty.prefix(), benchName, b.output)
		testing.go#L589: func (p *chattyPrinter) prefix() string {
		testing.go#L608: 	fmt.Fprintf(p.w, p.prefix()+format, args...)
		testing.go#L620: 		fmt.Fprintf(p.w, "%s=== NAME  %s\n", p.prefix(), testName)
		testing.go#L850: 		fmt.Fprintf(p.w, c.chatty.prefix()+format, args...)